.skills__title{
    display: flex;
    height: 20%;
    width: 10%;
    align-items: center;
    justify-content: center;
    font-size: 155%;
    font-weight: 700;
    color: var(--preto-100, #464646);

}

.skills__line{
    display: flex;
    width: 61%;
    height: 96%;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0.1%;
}

.skills__box{
    display: flex;
    width: 15%;
    height: 79%;
    justify-content: flex-start;
    align-items: flex-end;
    background: #FFFFFF;
    border-radius: 8%;
    -webkit-box-shadow: 50px 50px 15px 1px rgba(0,0,0,0.30);
    -moz-box-shadow: 22px 22px 15px 1px rgba(0,0,0,0.30);
    box-shadow: 5px 5px 15px 1px rgba(0,0,0,0.30);
    
    
}


.icon__grande {
    width: 70%;
    height: 70%;
}
    

.skills__box>ul{
    padding-inline-start:15px; 
}


@media (max-width: 1366px) {

    .skills__title{
        font-size: 120%;  

    }

}


@media (max-width: 1024px) {

    .skills{
        width: auto;
        height: auto;

    }

    .skills__title{
        font-size: 155%;
        width: 30%;
        height: 5%;

    }
    
    .skills__line{
        width: 80%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 15px; 

    }

    .skills__box{
        height: 180px;
        width: 200px;
        
    }

    
}

@media (max-width: 915px) {

    .skills{
        width: auto;
        height: auto;
    }


    .skills__box{
        height: 185px;
        width: 185px;
        
    }

    
}


@media (max-width: 800px) {

    .skills{
        width: auto;
        height: auto;
        
    }

    .skills__title{
        font-size: 155%;
        width: 30%;
        height: 5%;

    }
    
    .skills__line{
        width: 85%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 15px; 

    }

    .skills__box{
        height: 150px;
        width: 160px;
        
    }

    
}



@media (max-width: 432px) {

    .skills{
        width: auto;
        height: auto;
        
    }

    .skills__title{
        font-size: 110%;
        width: 30%;
        height: 5%;

    }
    
    .skills__line{
        width: 96%;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 15px; 

    }

    .skills__box{
        height: 100px;
        width: 100px;
        
    }

    
}